Uses of Class
de.cebis.moccapart.calendar.domain.Calendar

Packages that use Calendar
de.cebis.moccapart.calendar.domain   
de.cebis.moccapart.calendar.domain.composite   
 

Uses of Calendar in de.cebis.moccapart.calendar.domain
 

Methods in de.cebis.moccapart.calendar.domain that return Calendar
 Calendar CalendarComponent.getCalendar()
           
 Calendar CalendarAssignment.getCalendar()
          Returns the identifier of the assigned calendar.
 

Methods in de.cebis.moccapart.calendar.domain with parameters of type Calendar
 void CalendarComponent.setCalendar(Calendar calendar)
           
 void CalendarAssignment.setCalendar(Calendar calendar)
          Sets the identifier of the assigned calendar.
 

Uses of Calendar in de.cebis.moccapart.calendar.domain.composite
 

Methods in de.cebis.moccapart.calendar.domain.composite that return Calendar
 Calendar CalendarComponentContainer.getCalendar()
          Returns the id of a Calendar if container only contains component from this one object.
 

Methods in de.cebis.moccapart.calendar.domain.composite with parameters of type Calendar
 void CalendarComponentContainer.setCalendar(Calendar calendar)
          Sets the id of a Calendar if container only contains component from this one object.